object AboutBox: TAboutBox Left = 299 Top = 232 BorderStyle = bsDialog Caption = 'About' ClientHeight = 181 ClientWidth = 255 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter Scaled = False OnActivate = FormActivate OnDeactivate = FormDeactivate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object LogoImage: TImage Left = 4 Top = 8 Width = 32 Height = 32 AutoSize = True OnClick = LogoImageClick end object Version: TLabel Left = 4 Top = 76 Width = 35 Height = 13 Caption = 'Version' Color = clBtnFace ParentColor = False IsControl = True end object Lang: TLabel Left = 4 Top = 93 Width = 48 Height = 13 Caption = 'Language' Color = clBtnFace ParentColor = False IsControl = True end object Comments: TLabel Left = 4 Top = 111 Width = 126 Height = 13 Caption = 'Full-Duplex/LHS Encoding' Color = clBtnFace ParentColor = False IsControl = True end object Host: TLabel Left = 4 Top = 128 Width = 22 Height = 13 Caption = 'Host' Color = clBtnFace ParentColor = False IsControl = True end object CopyRight: TLabel Left = 4 Top = 44 Width = 52 Height = 13 Caption = 'CopyRight:' Color = clBtnFace ParentColor = False IsControl = True end object LogoName: TLabel Left = 44 Top = 8 Width = 54 Height = 13 Caption = 'Net2Phone' Color = clBtnFace ParentColor = False IsControl = True end object IDT: TLabel Left = 68 Top = 44 Width = 177 Height = 13 Caption = '1998 IDT, Inc. Hackensack, NJ USA' Color = clBtnFace ParentColor = False IsControl = True end object OKButton: TButton Left = 79 Top = 151 Width = 75 Height = 23 Caption = 'OK' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = OKButtonClick end object Panel1: TPanel Left = 4 Top = 64 Width = 245 Height = 2 BevelOuter = bvLowered TabOrder = 1 end end